wpseo_replacement_variables_custom_fields, $fields
wpseo_replacement_variables_custom_fields, $fields
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_replacement_variables_custom_fields, $fields') is found 1 times:
- /inc/class-wpseo-custom-fields.php line 71
* in the meta box and sidebar. * * @param string[] $fields The custom field names. */ $fields = apply_filters( 'wpseo_replacement_variables_custom_fields', $fields ); if ( is_array( $fields ) ) { self::$custom_fields = array_map( [ 'WPSEO_Custom_Fields', 'add_custom_field_prefix' ], $fields ); } return self::$custom_fields;