How to combine functions
-
Hi guys,
I’m having troubles with some PHP codes to edit a plugin. I have this function:
<?php $report->msr_driver(”); ?>
To call some data. E.g. msr_driver(‘BAR’); call “BAR” data.
But I need that function read a custom field on posts like this, which function is
<?php print_custom_field(‘shortcode’); ?>
How can I do that?
The topic ‘How to combine functions’ is closed to new replies.