Viewing 1 replies (of 1 total)
  • 修改下插件就好了啊。

    比如你有一个 post type 叫 book,打开插件的zhanzhangb-baidu-submit.php,在page和post下面 增加一行,改下book按你的需要,

    每个人的post type不一样,得自己改,,

        add_action( 'publish_page', array( $this, 'baidu_submit_post' ), 1 );
    add_action( 'publish_post', array( $this, 'baidu_submit_post' ), 1 );
    add_action( 'publish_book', array( $this, 'baidu_submit_post' ), 1 );

    参考学习资料如下:

    https://developer.www.ads-software.com/reference/hooks/new_status_post-post_type/

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this review.