PHP
Change Account Level PHP Version For New Sites
You can change the default PHP version for all new sites created in your account by accessing your Profile page in the MyPressable Control Panel. Scroll down to the Default PHP Version…
Differences Between PHP Versions 7.4 and 8.0
With Pressable, all sites can now switch between PHP versions 7.4 and 8.0 with just one click in MyPressable Control Panel. To change your PHP version: Login to MyPressable Control Panel Go to…
Updating PHP 7.3 to 7.4 FAQs
What: All sites on the Pressable platform that were previously running PHP version 7.3 have been automatically updated to 7.4. When: This update occurred on November 1st, 2021 Why: PHP 7.3 will…
Updating Your PHP Version in WordPress
For speed and security, Pressable offers its customers the latest-and-greatest PHP versions. You can choose which version of PHP to enable from within the site’s my.pressable.com dashboard. Simply select the desired version from…
Preview: What to Expect from PHP8
Did you know that the official release date of the new PHP 8 is December 3rd, 2020? The new version of the PHP 8 will include a lot of breakthrough changes, as well as further improvements in performance,…
Dealing With PHP Issues
Change can be scary and any change to how your website works can be scarier. Recently PHP 5.6 and 7.0 have come to their end of life. Websites are being updated to the now current…
Adding custom redirects with custom-redirects.php
Although there are plugins (such as Redirection) that can help you create redirects on your site, there is a way to have more (programmatic) control over redirects on our platform: custom-redirects.php. To…
PHP Info & Limitations on Pressable
From time to time, we receive questions from customers in regards to specific Pressable PHP limitations and values such as max_execution_time, memory_limit, and upload_max_filesize. The question usually arises due to requirements made…
How to Access phpmyadmin with WordPress
We offer database access to your site through the popular open source phpMyAdmin software and programmatically. This provides you with direct MySQL access to your site. Accessing your Database via phpMyAdmin To…
How to Retain Custom CSS When Updating a WordPress Theme
Themes determine the layout and appearance of WordPress websites. Regardless of which theme you go with, you might need to customize it a bit to suit your specific needs. One way to customize your theme…
WordPress Development: What Are Custom Fields and How Do You Use Them?
WordPress has many advanced features for customization, one of which is the ability to create custom fields. Whether you’re building a blog, a local business website, an e-commerce store, or any other WordPress-powered site, you…