Rewrite objec WP POST in wordpress?

12 Views Asked by At

Why I can not rewrite object like as:

$ps =  get_post($post->id_content_replacement);
$post = $ps;

Where $ps is object Post too from action:

add_action('the_post', array($this, 'post_callback'));

So, I tried to modify object the_post by get_post()

0

There are 0 best solutions below