self::$type, 'class' => self::$class, 'sanitize' => false )); self::add_custom_section(array( 'type' => self::$type, 'class' => self::$class )); add_filter( self::fn_prefix( 'customizer_get_section_arg' ), array( __CLASS__, 'args' ), 10, 3 ); } public static function args( $args, $panel_id, $section ){ if( isset( $section[ 'url' ] ) ){ $args[ 'url' ] = $section[ 'url' ]; } return $args; } } new BizSmart_Customizer_Anchor_Integration(); }