I have the data saved using a plugin in this format: a:7:{s:6:'Sunday ';a:3:{s:6:'active ';s:3:'yes ';s:5:'start ';s:5:'08: 00 ';s:3:'end ';s:5:'13: 00 ';} s:6:'Monday ';a:3:{s:6:'active ';s:3:'yes ';s:5:'start ';s:5:'08: 00 ';s:3:' end...
  • May 11, 2022
  • 0 Comments
I’m seeking to echo the domain name (url) without the ‘http://’ (or ‘https://’). I’ve created the following: <?php $surl = bloginfo('url'); $findh = array( 'http://' ); $replace=""; $outputh =...
  • May 11, 2022
  • 0 Comments