Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ele-custom-skin domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/focusframecom/public_html/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the js_composer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/focusframecom/public_html/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-plugin-mojo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/focusframecom/public_html/wp-includes/functions.php on line 6121

Notice: Undefined index: url in /home/focusframecom/public_html/wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php on line 127

Notice: Undefined index: path in /home/focusframecom/public_html/wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php on line 128
import { useSelect } from '@wordpress/data'; import { store as editorStore } from '@wordpress/editor'; import { useState } from '@wordpress/element'; import { __ } from '@wordpress/i18n'; import { Icon } from '@wordpress/icons'; import { ConfirmationModal } from '@page-creator/components/ConfirmationModal'; import { PageGen } from '@page-creator/icons/ai-gen'; import { useGlobalsStore } from '@page-creator/state/global'; import { useActivityStore } from '@shared/state/activity'; export const MainButton = () => { const { setOpen } = useGlobalsStore(); const { incrementActivity } = useActivityStore(); const [confirmationOpen, setConfirmationOpen] = useState(false); // Get post attributes using WordPress's useSelect hook const isEmptyPage = useSelect( (select) => select(editorStore).isEditedPostEmpty(), [], ); const handleClick = () => { // Minimize HC if its open window.dispatchEvent(new CustomEvent('extendify-hc:minimize')); if (!isEmptyPage) return setConfirmationOpen(true); setOpen(true); incrementActivity('page-creator-button-click'); }; return ( <> {confirmationOpen && ( )}
{__('AI Page Generator', 'extendify-local')}
); };
Fatal error: Uncaught Error: Call to undefined function alecta_qodef_get_custom_sidebars() in /home/focusframecom/public_html/wp-content/themes/alecta/framework/modules/footer/admin/options-map/content-bottom-map.php:39 Stack trace: #0 /home/focusframecom/public_html/wp-includes/class-wp-hook.php(324): alecta_qodef_content_bottom_options_map('') #1 /home/focusframecom/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #2 /home/focusframecom/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #3 /home/focusframecom/public_html/wp-content/themes/alecta/framework/admin/options/page/map.php(96): do_action('alecta_qodef_ad...') #4 /home/focusframecom/public_html/wp-includes/class-wp-hook.php(324): alecta_qodef_page_options_map('') #5 /home/focusframecom/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/focusframecom/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/focusframecom/public_html/wp-content/themes/alect in /home/focusframecom/public_html/wp-content/themes/alecta/framework/modules/footer/admin/options-map/content-bottom-map.php on line 39

Notice: fwrite(): write of 1274 bytes failed with errno=122 Disk quota exceeded in /home/focusframecom/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Logging/FileV2/File.php on line 456