We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79764ed commit cc9a797Copy full SHA for cc9a797
1 file changed
includes/edu-shortcodes.php
@@ -691,6 +691,7 @@ function eduadmin_get_programme_list( $attributes ) {
691
'ProgrammeStarts(' .
692
'$filter=' .
693
'HasPublicPriceName' .
694
+ ' and StatusId eq 1' .
695
' and (ApplicationOpenDate le ' . date_i18n( 'c' ) . ' or ApplicationOpenDate eq null)' .
696
' and StartDate ge ' . date_i18n( 'c' ) .
697
';' .
@@ -740,6 +741,7 @@ function eduadmin_get_programme_details( $attributes ) {
740
741
742
743
744
745
746
747
0 commit comments