Tagged Questions
0
votes
1answer
130 views
Parsing post->ID in included plugin file
running into something that has got me completely puzzled.
I have a plugin with a main file that looks like this:
// Global Variables
$mouldings_prefix = 'mouldings_';
$mouldings_name = 'Mouldings';
...