WP Manifestindependent plugin directory
manifest / integrations / wp-fornite-tracker

Fornite Tracker

Wordpress plugin implementing Fornite Stats Tracker.

by Mystro Ken · github.com/mystroken/wp-fornite-tracker

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mystroken/wp-fornite-tracker/archive/refs/heads/master.zip

WP Fornite Tracker

Two shortcodes are created:

  • [fornite_tracker_form] : This shortcode generates the output of the form. This output can be customized through a filter (add a filter to the following hook fornite_tracker_form)
  • [fornite_tracker_result]: This shortcode generates the output of the result.

When customizing the ouptut of the form, you have to ensure that globals variables $_REQUEST['wp_fornite_platform'] and $_REQUEST['wp_fornite_uname'] are generated on your result page else the result with display nothing.