Create a wordpress shortcode in 2 minutes
Copy the code below into wp-content/plugins/my_shortcode/my_shortcode.php <?php /** * Plugin...
Read MoreBased in Kendal, UK. I've been building web applications for a wide range of clients using: PHP, Laravel, Wordpress, Codeigniter, Mysql, Symfony, React - and many other technologies.
I offer:
Contact me for a free consultation: Contact me
by wp.edmunds | Jun 6, 2021 | Education, PHP | 0 |
Copy the code below into wp-content/plugins/my_shortcode/my_shortcode.php <?php /** * Plugin...
Read Moreby wp.edmunds | Apr 23, 2021 | Hosting/Servers, PHP | 0 |
disable_functions =...
Read Moreby wp.edmunds | Sep 11, 2020 | API, PHP | 0 |
See below for how to correctly populate the “cardReference” field into omnipay. It...
Read Moreby wp.edmunds | Oct 31, 2019 | CSS/Design, Front end, MySQL - MariaDB, PHP, Portfolio, Symfony, Uncategorized | 0 |
Profilecritics (profilecritics.com) is a web resource for up and coming authors – it offers free/paid membership options for authors to advertise their own books. I created on the app architecture, designed the business...
Read MoreAt the end of the month – anyone using Adobe Sign (EchoSign) will be cut off from the API if...
Read Moreby wp.edmunds | Jan 18, 2019 | PHP, Symfony, Webmaster | 0 |
Solution: check out config/packages/test/framework.yaml – it holds a mock_file setting for cookies – preventing sessions from working as you would expect. Comment out the session line and it’ll work as...
Read Moreby wp.edmunds | Nov 16, 2018 | Hosting/Servers, PHP, Webmaster | 0 |
<?php if(empty($_SERVER[‘HTTPS’]) || $_SERVER[‘HTTPS’] == “off”){ //check for non secure connections $redirect = ‘https://’ . str_replace(‘www.’, ”,...
Read More