Semper_Fi_Module::is_admin()
Method: Crude approximation of whether current user is an admin
Semper_Fi_Module::is_admin Read More »
@package: LearnDash / Semper-Fi
Source Files: sfwd-lms/includes/class-ld-semper-fi-module.php
Method: Crude approximation of whether current user is an admin
Semper_Fi_Module::is_admin Read More »
Method: Helper function to convert csv in key/value pair format to an associative array.
Semper_Fi_Module::csv_to_array Read More »
Method: Print a basic error message.
Semper_Fi_Module::output_error Read More »
Method: Handles exporting settings data for a module.
Semper_Fi_Module::settings_export Read More »
Method: Displays tabs for tabbed locations on a settings page.
Semper_Fi_Module::display_tabs Read More »
Method: Convenience function to see if an option is set.
Semper_Fi_Module::option_isset Read More »
Method: Get the option name with prefix.
Semper_Fi_Module::get_option_name Read More »
Method: Delete options for module, stored individually or together.
Semper_Fi_Module::delete_class_option Read More »
Method: Update options for module, stored individually or together.
Semper_Fi_Module::update_class_option Read More »
Method: Get options for module, stored individually or together.
Semper_Fi_Module::get_class_option Read More »
Method: Adds support for deleting network options.
Semper_Fi_Module::delete_option Read More »
Method: Adds support for updating network options.
Semper_Fi_Module::update_option Read More »
Method: Adds support for getting network options.
Semper_Fi_Module::get_option Read More »
Method: Constructor for the Semper_Fi_Module class
Semper_Fi_Module::__construct Read More »
Method: Handles calls to display_settings_page_{$location}, does error checking.
Semper_Fi_Module::__call Read More »
Method: Add the course_id to comment meta
LearnDash_Permalinks::comment_post Read More »
Method: Action for comment form when nested URLs are enabled. This way the user is returned to this course step URL
LearnDash_Permalinks::comment_form_top Read More »
Method: Hook into the admin post editor Permalink display. We override the LD post items so they include the full nested URL
LearnDash_Permalinks::get_sample_permalink Read More »
Method: Override WordPress Get Edit Post Link to include nested URL.
LearnDash_Permalinks::get_edit_post_link Read More »
Method: Called via the WordPress List Table instance. This function will adjust the course step permalinks to be nested if enabled.
LearnDash_Permalinks::row_actions Read More »