acf_the_editor_content хук-фільтрACF 1.0

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

Де використовується хук в Advanced Custom Fields

Залишити відповідь

Ваша e-mail адреса не оприлюднюватиметься. Обов’язкові поля позначені *