get_sample_permalink_html

get_sample_permalink_html

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_sample_permalink_html') is found 1 times:

  • /wp-admin/includes/post.php line 1613
    1609
    1610
    1611
    1612
    1613
    1614
    1615
    1616
    1617
    1618
    1619
         * @param string|null $new_title New sample permalink title.
         * @param string|null $new_slug  New sample permalink slug.
         * @param WP_Post     $post      Post object.
         */
        $return = apply_filters( 'get_sample_permalink_html', $return, $post->ID, $new_title, $new_slug, $post );
     
        return $return;
    }
     
    /**
     * Returns HTML for the post thumbnail meta box.

See this hook used in plugins: