get_sample_permalink

get_sample_permalink

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') is found 1 times:

  • /wp-admin/includes/post.php line 1528
    1524
    1525
    1526
    1527
    1528
    1529
    1530
    1531
    1532
    1533
    1534
         * @param string  $title   Post title.
         * @param string  $name    Post name (slug).
         * @param WP_Post $post    Post object.
         */
        return apply_filters( 'get_sample_permalink', $permalink, $post->ID, $title, $name, $post );
    }
     
    /**
     * Returns the HTML of the sample permalink slug editor.
     *
     * @since 2.5.0

See this hook used in plugins: