Whether you're a web developer, a content creator, or simply someone who manages a lot of images, optimising your image files is crucial for faster load times and reduced storage.…
Problem If you find you can't edit WordPress theme and plugin files from the wp-admin - it's likely the file owner on the server is not set correctly. Solution This…
If you have files with the uppercase '.PDF' extension scattered in various subfolders and need to rename them to lowercase '.pdf', you can easily do this using PowerShell and Command…
The following Excel formula demonstrates how to calculate the non-GST value from a GST-inclusive amount. For example – If you have a GST-inclusive amount of $120 with a GST rate…
The "gform_after_create_post" PHP filter in Gravity Forms allows developers to execute custom code after a post is created from a submitted form. This provides a powerful way to further manipulate…
The 'gform_currency_setting_message' PHP filter in Gravity Forms allows developers to modify currency settings for forms, providing greater flexibility in currency display and formatting.
The gform_postimage_file PHP filter in Gravity Forms allows developers to customize file upload paths and file names. This can help organize and streamline data storage for websites with heavy image…
The `gform_form_settings_before_save` filter in Gravity Forms allows developers to modify the form object before it's saved on the Form Settings page. Learn how to use this filter with our examples…