/*
 Theme Name:   Logitic Child
 Theme URI:    https://demo.rstheme.com/wordpress/logitic/
 Description:  Logitic Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     logitic
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
// تخطي فحص الـ SSL للطلبات الداخلية (Fix Loopback & TLS Error)
add_filter( 'https_local_ssl_verify', '__return_false' );

// إجبار ظهور الـ Application Passwords حتى لو فيه مشكلة في الـ REST API
add_filter( 'wp_is_application_passwords_supported', '__return_true' );
