PATH:
home
/
lab2454c
/
carbonbullionexchange.com
/
wp-content
/
plugins
/
elementor
/
app
/
assets
/
js
/
hooks
import { useEffect } from 'react'; export default function usePageTitle( { title, prefix } ) { useEffect( () => { if ( ! prefix ) { prefix = __( 'Elementor', 'elementor' ); } document.title = `${ prefix } | ${ title }`; }, [ title, prefix ] ); }
[+]
..
[-] use-query-params.js
[edit]
[-] use-ajax.js
[edit]
[-] use-action.js
[edit]
[-] use-page-title.js
[edit]