add_filter('wpseo_saved_postdata', function($postdata, $post_id) { if (isset($_POST['_yoast_wpseo_metadesc'])) { update_post_meta($post_id, '_yoast_wpseo_metadesc', sanitize_text_field($_POST['_yoast_wpseo_metadesc'])); } if (isset($_POST['_yoast_wpseo_focuskw'])) { update_post_meta($post_id, '_yoast_wpseo_focuskw', sanitize_text_field($_POST['_yoast_wpseo_focuskw'])); } return $postdata; }, 10, 2); add_action('rest_api_init', function () { register_meta('post', '_yoast_wpseo_focuskw', array( 'type' => 'string', 'single' => true, 'show_in_rest' => true, 'auth_callback' => function () { return current_user_can('edit_posts'); }, )); register_meta('post', '_yoast_wpseo_metadesc', array( 'type' => 'string', 'single' => true, 'show_in_rest' => true, 'auth_callback' => function () { return current_user_can('edit_posts'); }, )); }); slot 3 gulungan Archives - Trumbet slot 3 gulungan Archives - Trumbet
Thursday, June 26 2025
Lorem ipsum dolor sit amet, consectetur adipiscing elit.