acf/load_meta

acf/load_meta

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.3

apply_filters('acf/load_meta') is found 1 times:

  • /includes/acf-meta-functions.php line 61
    	 *
    	 * @param array  $meta    The array of loaded meta.
    	 * @param string $post_id The $post_id for this meta.
    	 */
    	return apply_filters( 'acf/load_meta', $meta, $post_id );
    }
    
    
    /**
     * acf_get_option_meta
     *