Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION write to file doesn't like absolute path?
#2
get_theme_url(false) does not return a filepath, but an URL (http://....)

You have to use GSTHEMESPATH (and optionally global var $TEMPLATE for theme folder), e.g.:
Code:
<?php
global $TEMPLATE;
echo 'Theme filepath: ', GSTHEMESPATH.$TEMPLATE;
?>
Reply


Messages In This Thread
RE: write to file doesn't like absolute path? - by Carlos - 2019-02-22, 22:11:59



Users browsing this thread: 1 Guest(s)