Maxel Rodrigues
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Welcome 🙂
add_action( ‘save_post’, ‘getVendorID’, 10, 3 );
function getVendorID( $post_ID, $post, $update ) {
if(($post->post_type==’product’)){
echo $post->post_author;
}
}This shows vendor ID
Cheers 🙂
Forum: Plugins
In reply to: [Facebook Events Importer] RSS stops workingYeah
thank you it worked ..
My problem solved
Forum: Plugins
In reply to: [Facebook Events Importer] RSS stops workingThank you
Helloooo anyone here?
Forum: Plugins
In reply to: [Facebook Events Importer] RSS stops workingHi,
I have also the same issue.Whenever the plugin is activating the RSS feed stop working.
When i deactivate RSS feed works again
Okay
thank you .
Viewing 7 replies - 1 through 7 (of 7 total)