Viewing 1 replies (of 1 total)
  • Thread Starter Jacob N. Breetvelt

    (@opajaap)

    In the mean time i found out that the error was a non existing function.
    The reason that the function does not exist is the fact that a php file is not loaded, because it will only load at the backend (i.e. is_admin() returns true).

    I have proven that is_admin() returns false on the widget activation dialog screen

    This code:
    <span style="color:red"><b>is admin : '.(is_admin()?'Yes':'No').'</b></span>
    produces

    This is not what one expects.

    BTW, how can i change at the preview the almost black background that makes the text unreadable?

Viewing 1 replies (of 1 total)
  • The topic ‘Block baserd widgets question’ is closed to new replies.