mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
6 lines
157 B
Text
6 lines
157 B
Text
add_filter(
|
|
'elementor_pro/search_form/before_input',
|
|
function( $module ) {
|
|
$module->add_render_attribute( 'input', [ 'data-rlvlive' => 'true'] );
|
|
}
|
|
);
|