Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.119.116.77
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/misswavenigeria.com/wp-content/themes/siteorigin-unwind/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/misswavenigeria.com/wp-content/themes/siteorigin-unwind/inc/siteorigin-panels.php
<?php
/**
 * Compatibility with Page Builder by SiteOrigin.
 *
 * @see https://wordpress.org/plugins/siteorigin-panels/
 * @since siteorigin-unwind 1.0.4
 *
 * @license GPL 2.0
 */

/**
 * The default Panels Lite labels.
 */
function siteorigin_unwind_panels_lite_localization( $loc ) {
	return wp_parse_args( array(
		'page_builder'         => esc_html__( 'Page Builder', 'siteorigin-unwind' ),
		'home_page_title'      => esc_html__( 'Custom Home Page Builder', 'siteorigin-unwind' ),
		'home_page_menu'       => esc_html__( 'Home Page', 'siteorigin-unwind' ),
		'install_plugin'       => esc_html__( 'Install Page Builder Plugin', 'siteorigin-unwind' ),
		'on_text'              => esc_html__( 'On', 'siteorigin-unwind' ),
		'off_text'             => esc_html__( 'Off', 'siteorigin-unwind' ),
		'home_install_message' => esc_html__( 'SiteOrigin Unwind supports Page Builder to create beautifully proportioned column based content.', 'siteorigin-unwind' ),
		// Longer message to display to a user about installing the plugin.
		'home_disable_message' => '',
		// Message about disabling the custom home page if the user doesn't want to use it.
	), $loc );
}
add_filter( 'siteorigin_panels_lite_localization', 'siteorigin_unwind_panels_lite_localization' );

/**
 * Remove Post Loop widget templates that aren't complete loops.
 */
function siteorigin_unwind_filter_post_loop_widget( $templates ) {
	$disallowed_template_patterns = array(
		'template-parts/content.php',
		'template-parts/content-alternate.php',
		'template-parts/content-gallery.php',
		'template-parts/content-grid.php',
		'template-parts/content-masonry.php',
		'template-parts/content-image.php',
		'template-parts/content-offset.php',
		'template-parts/content-none.php',
		'template-parts/content-page.php',
		'template-parts/content-portfolio.php',
		'template-parts/content-project.php',
		'template-parts/content-search.php',
		'template-parts/content-single.php',
		'template-parts/content-video.php',
	);

	foreach ( $templates as $template ) {
		if ( in_array( $template, $disallowed_template_patterns ) ) {
			$key = array_search( $template, $templates );

			if ( false !== $key ) {
				unset( $templates[$key] );
			}
		}
	}

	return $templates;
}
add_filter( 'siteorigin_panels_postloop_templates', 'siteorigin_unwind_filter_post_loop_widget', 10, 1 );

Youez - 2016 - github.com/yon3zu
LinuXploit