Then use the WPLMS Customizer plugin and keep ftp details handy, you may need to use them if you made a mistake.
a. go to WP ADmin - Plugins - Editor - WPLMS Customizer - wplms_customizer.php
b. Paste the code at the bottom of the file.
IF i paste you code add_action('bp_course_directory_order_options','start_date_sort_order');
function start_date_sort_order(){
?>
<option value="start_date">< ?php _e( 'Start Date', 'vibe' ); ?></option>
< ?php
}
i get
Please try adding the given code in your wplms-customizer.php file in wplms customizer plugin.
add_action('bp_course_directory_order_options','start_date_sort_order'); function start_date_sort_order(){ ?><option value="start_date"><?php _e( 'Start Date', 'vibe' ); ?></option> <?php }