[Plugin: Post Page Associator]Pro version: get_associated_posts() doesn't work
-
I am trying to output a posts associations via the function call in a theme file.
But:
wp_plugin_associated_posts_pro::get_associated_posts($page_id);
doesn’work. I am using the pro version. Please help.
The exact code I am using to test is:
$page_id = 68; //A known custom post type ID $w = wp_plugin_associated_posts_pro::get_associated_posts($page_id); print_r($w);
https://www.ads-software.com/extend/plugins/post-page-association-plugin/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Post Page Associator]Pro version: get_associated_posts() doesn't work’ is closed to new replies.