Update functions.php

This commit is contained in:
Nicholas A. Ferrell 2024-09-03 02:30:10 +00:00
parent 56f792ff50
commit 80bc93ae7a

View File

@ -30,8 +30,9 @@ add_action( 'wp_enqueue_scripts', 'child_theme_configurator_css', 10 );
// END ENQUEUE PARENT ACTION
// modify search
add_filter( 'relevanssi_light_custom_fields', function( $fields ) { return array( '_genesis_description' ); } );
// specific functions for Relevanssi Light search plugin, do not use if you are not using the plugin
add_filter( 'relevanssi_light_custom_fields', function( $fields ) { return array( '_genesis_description' ); } ); // add The SEO Framework meta description to Relevanssi Light index
add_filter( 'relevanssi_light_boolean_mode', '__return_true' ); // enable boolean search mode for Relevanssi Light
// add dublin core metadata to header
function add_dublin_core_metadata() {