There was an error while loading. Please reload this page.
Filter the CMB location url.
add_filter( 'cmb2_meta_box_url', function( string $cmb2_url, CMB2_VERSION ) { // Your code here. return $cmb2_url; }, 10, 2 );
string
$cmb2_url
CMB2_VERSION
apply_filters( 'cmb2_meta_box_url', $cmb2_url, CMB2_VERSION )
← All Hooks