acf/load_meta

acf/load_meta

Hook Type: filter

See hook in core

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

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

  • /includes/acf-meta-functions.php line 61
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
         *
         * @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
     *