wpseo_post_edit_values

wpseo_post_edit_values

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_post_edit_values') is found 1 times:

  • /admin/formatter/class-post-metabox-formatter.php line 82
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
         *
         * @param array   $values The key-value map Yoast SEO uses inside the post editor.
         * @param WP_Post $post   The post opened in the editor.
         */
        return apply_filters( 'wpseo_post_edit_values', $values, $this->post );
    }
     
    /**
     * Determines whether the insights feature is enabled for this post.
     *
     * @return bool

See this hook used in plugins: