Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Courses position for child theme
- *
- * @action clean_education_content, clean_education_after_secondary
- *
- * @since Clean Education Child
- */
- function clean_education_courses_display_position() {
- if ( ! is_front_page() ) {
- add_action( 'clean_education_after_content', 'clean_education_courses_display', 70 );
- } else {
- add_action( 'clean_education_before_content', 'clean_education_courses_display', 60 );
- }
- }
- add_action( 'clean_education_before', 'clean_education_courses_display_position' );
Advertisement
Add Comment
Please, Sign In to add comment