PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.8
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
← All changes | inc/lp-core-functions.php +3 -2 4.4.14.4.8 View file →
@@ -1954,10 +1954,11 @@
1954 1954 * @param array|object $b
1955 1955 *
1956 1956 * @return int
1957 1957 * @since 3.0.0
1958 + * @deprecated 4.4.5
1958 1959 */
1959 -function learn_press_sort_list_by_priority_callback( $a, $b ) {
1960 +/*function learn_press_sort_list_by_priority_callback( $a, $b ) {
1960 1961 $a_priority = null;
1961 1962 $b_priority = null;
1962 1963
1963 1964 if ( is_array( $a ) && array_key_exists( 'priority', $a ) ) {
@@ -1984,9 +1985,9 @@
1984 1985 return 0;
1985 1986 }
1986 1987
1987 1988 return ( $a_priority < $b_priority ) ? - 1 : 1;
1988 -}
1989 +}*/
1989 1990
1990 1991 /**
1991 1992 * Localize date with custom format.
1992 1993 *