Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Access Keys

    (@access-keys)

    Hello vfxlab,

    The mentioned feature is only available in our PRO version.

    Thanks.

    Thread Starter VWebTech

    (@vfxlab)

    anyway i got it we can redirect it from php no pro version needed .

    sorry for this post but i am rights to post here.

    Here is solution for it .
    Open
    wp-content/plugins/accesspress-anonymous-post/inc/cores/save-post.php

    Find wp_redirect (
    function and replace it with my code

    $re_url = get_permalink( $post_id );
    wp_redirect( $re_url );

    Hope this will helpful for someone.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect To Added Post’ is closed to new replies.