Viewing 1 replies (of 1 total)
  • Thread Starter colouro

    (@colouro)

    I have found an answer to it by myself…

    So if you want pointers to be seen in custm post types, you need to name hook like this: “edit.php?post_type=examplePostType” and edit plugins include/gb_gps.php fule.

    • Open file.
    • Find the function “play_scenario”.
    • Change global $pagenow to global $current_screen.
    • Change line if(GBGPS_Scenario::STOP == $this->scenarios[$id]->process($pagenow) {
      To
      if(GBGPS_Scenario::STOP == $this->scenarios[$id]->process($current_screen->parent_file)) {
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress GPS] hook problem’ is closed to new replies.