Home Plugin documentation Hooks and functions Filters pip/formatted_post_id

 

 

Here we go!

 

pip/formatted_post_id

Heads up!

This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don’t provide support for code customizations or 3rd party development.

This filter allows you to modify pip_get_formatted_post_id() return variable

 

pip_get_formatted_post_id()

add_filter( 'pip/formatted_post_id', function ( $post_id ) {
				return $post_id;
} );

You didn’t find the answer you were looking for?

or you think a specific topic deserve more informations?

 

Wave to bottom