HEX
Server: Apache/2.4.37 (CentOS Stream) OpenSSL/1.1.1k
System: Linux ysnet.com.tw 4.18.0-553.5.1.el8.x86_64 #1 SMP Tue May 21 05:46:01 UTC 2024 x86_64
User: test (521)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/test/wp-content/plugins/arile-extra/inc/widgets/widget.php
<?php
$activate = array(
        'sidebar-main' => array(
            'search-1',
            'recent-posts-1',
            'archives-1',
        ),
		'footer-sidebar-one' => array(
			'text-1',
        ),
	    'footer-sidebar-two' => array(
            'categories-1',
        ),
		'footer-sidebar-three' => array(
            'archives-1',
        ),
		'footer-sidebar-four' => array(
			'search-1',
        )
    );
    /* the default titles will appear */
        update_option('widget_text', array(
        1 => array('title' => 'Quick contact info',
        'text'=>'<p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Lorem ipsum dolor sit amet, the administration of justice, I may hear, finally, be expanded on, say, a certain pro cu neglegentur. </font><font style="vertical-align: inherit;">Mazim.Unusual or something.</font></font></p>
		<address><i class="fa fa-map-marker"></i>2130 Fulton Street, San Francisco<br>
		<i class="fa fa-envelope-o"></i><a href="mailto:support@test.com">support@test.com</a><br>
		<i class="fa fa-phone"></i><a href="tel:+(15) 718-999-3939">+(15) 94117-1080</a></address>
		'),        
		2 => array('title' => 'Recent Posts'),
		3 => array('title' => 'Categories'), 
        ));
		 update_option('widget_categories', array(
			1 => array('title' => 'Categories'), 
			2 => array('title' => 'Categories')));

		update_option('widget_archives', array(
			1 => array('title' => 'Archives'), 
			2 => array('title' => 'Archives')));
			
		update_option('widget_search', array(
			1 => array('title' => 'Search'), 
			2 => array('title' => 'Search')));	
		
		update_option('sidebars_widgets',  $activate);
?>