// Enable WordPress debugging define( 'WP_DEBUG', true ); // Log errors to a file (instead of showing them) define( 'WP_DEBUG_LOG', true ); // Don’t show errors on screen (important for production) define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); // Optional: also log PHP errors (outside WordPress) @ini_set( 'log_errors', 'On' ); @ini_set( 'error_log', dirname(__FILE__) . '/wp-content/php-errors.log' );
No products in the cart.
15 in stock