/** * Plugin Name: Workout Logic System * Description: A custom logic-based workout system with assessment and level-based programming. * Version: 1.0 * Author: Black Star Athletic Academy */ function workout_logic_form_shortcode() { ob_start(); include(plugin_dir_path(__FILE__) . 'form.html'); return ob_get_clean(); } add_shortcode('workout_logic_form', 'workout_logic_form_shortcode'); // Enqueue scripts function workout_logic_enqueue_scripts() { wp_enqueue_script('workout-logic-js', plugin_dir_url(__FILE__) . 'script.js', array(), null, true); } add_action('wp_enqueue_scripts', 'workout_logic_enqueue_scripts'); {"id":1787,"date":"2021-06-26T11:22:42","date_gmt":"2021-06-26T11:22:42","guid":{"rendered":"http:\/\/fitnase.e-plugins.com\/?page_id=1787"},"modified":"2021-06-26T11:22:42","modified_gmt":"2021-06-26T11:22:42","slug":"blog","status":"publish","type":"page","link":"https:\/\/blackstarpdx.bsaapdx.com\/blog\/","title":{"rendered":"Blog"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","_eb_attr":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1787","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/pages\/1787","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/comments?post=1787"}],"version-history":[{"count":0,"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/pages\/1787\/revisions"}],"wp:attachment":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/media?parent=1787"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}