Changeset 55758 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 05/16/2023 05:23:55 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r55703 r55758 1556 1556 * @since 4.4.0 Added `$post` parameter. 1557 1557 * 1558 * @param string $return Sample permalink HTML markup.1559 * @param int $post_id Post ID.1560 * @param string 1561 * @param string 1562 * @param WP_Post $post Post object.1558 * @param string $return Sample permalink HTML markup. 1559 * @param int $post_id Post ID. 1560 * @param string|null $new_title New sample permalink title. 1561 * @param string|null $new_slug New sample permalink slug. 1562 * @param WP_Post $post Post object. 1563 1563 */ 1564 1564 $return = apply_filters( 'get_sample_permalink_html', $return, $post->ID, $new_title, $new_slug, $post );
Note: See TracChangeset
for help on using the changeset viewer.