sfw_get_post_id
Description
Retrieve a post id
Since: 1.0.0
Code
<?php function sfw_get_post_id( $mixed ){
…
} ?>
Parameter
- $mixed
- (int|WP_Post) A post id or WP_Post instance
Retrieve a post id
Since: 1.0.0
<?php function sfw_get_post_id( $mixed ){
…
} ?>