acf_the_editor_content
filter
Використання
add_filter( 'acf_the_editor_content', 'wp_kama_acf_the_editor_content_filter', 10, 2);
/**
 * Function for `acf_the_editor_content` filter-hook.
 *
 * @param $field_value    
 * @param $default_editor
 *
 * @return
 */
function wp_kama_acf_the_editor_content_filter( $field_value, $default_editor ){
	// Filter...
	return $field_value;
}- $field_value
- –
- $default_editor
- –
Де викликається хук
 acf_the_editor_content
