@@ -426,10 +426,6 @@ function osi_wpdc_comment_body( string $comment_body ) {
426426}
427427add_filter ( 'wpdc_comment_body ' , 'osi_wpdc_comment_body ' , 10 , 1 );
428428
429- <<<<<<< HEAD
430-
431- =======
432- >>>>>>> develop-rm
433429function osi_register_block_template () {
434430 $ post_type = 'page ' ; // Assign the template to pages
435431 $ template_slug = 'ai-template ' ;
@@ -450,23 +446,15 @@ function osi_register_block_template() {
450446 if (get_page_template_slug () === 'templates/ai-template.html ' || get_page_template_slug () === 'templates/ai-fse.php ' ) {
451447 // Font Awesome - Updated to latest version
452448 wp_enqueue_style ('fontawesome ' , 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css ' , array (), '6.5.1 ' );
453- <<<<<<< HEAD
454449
455- =======
456-
457- >>>>>>> develop-rm
458450 // Other CSS files
459451 wp_enqueue_style ('swiper ' , 'https://opensourceorg.github.io/ai/assets/css/plugins/swiper.css ' , array (), '1.0.0 ' );
460452 wp_enqueue_style ('unicons ' , 'https://opensourceorg.github.io/ai/assets/css/plugins/unicons.css ' , array (), '1.0.0 ' );
461453 wp_enqueue_style ('metismenu ' , 'https://opensourceorg.github.io/ai/assets/css/plugins/metismenu.css ' , array (), '1.0.0 ' );
462454 wp_enqueue_style ('animate ' , 'https://opensourceorg.github.io/ai/assets/css/vendor/animate.css ' , array (), '1.0.0 ' );
463455 wp_enqueue_style ('bootstrap ' , 'https://opensourceorg.github.io/ai/assets/css/vendor/bootstrap.min.css ' , array (), '1.0.0 ' );
464456 wp_enqueue_style ('ai-custom ' , 'https://opensourceorg.github.io/ai/assets/css/style.css ' , array ('bootstrap ' ), '1.0.0 ' );
465- <<<<<<< HEAD
466457
467- =======
468-
469- >>>>>>> develop-rm
470458 // JavaScript files - with proper dependencies
471459 wp_enqueue_script ('jquery ' );
472460 wp_enqueue_script ('jqueryui ' , 'https://opensourceorg.github.io/ai/assets/js/vendor/jqueryui.js ' , array ('jquery ' ), '1.0.0 ' , true );
@@ -568,7 +556,6 @@ function osi_handle_supporter_form_flamingo_spam_status_change( string $new_stat
568556 }
569557 }
570558}
571- <<<<<<< HEAD
572559add_action ( 'transition_post_status ' , 'osi_handle_supporter_form_flamingo_spam_status_change ' , 10 , 3 );
573560
574561/**
@@ -580,6 +567,3 @@ function osi_register_ai_menu() {
580567 register_nav_menu ( 'ai ' , __ ( 'AI Menu ' , 'osi ' ) );
581568}
582569add_action ( 'after_setup_theme ' , 'osi_register_ai_menu ' );
583- =======
584- add_action ( 'transition_post_status ' , 'osi_handle_supporter_form_flamingo_spam_status_change ' , 10 , 3 );
585- >>>>>>> develop-rm
0 commit comments