• Resolved alejopzarate

    (@alejopzarate)


    In the __construct conditional of WPRPT class

    if ( ! is_admin() ) { }

    It should be

    if ( ! is_admin() || DOING_AJAX ) { }

    To consider posts requested through admin-ajax.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Suggestion – class-wprpt.php’ is closed to new replies.