- This topic has 4 replies, 2 voices, and was last updated 5 months, 3 weeks ago by .
-
Topic
-
Before I used the MB Builder, I made the code directly in functions.php
I am able to remake the whole code, except that I don’t see the function name anymore. I referred to that somewhere else on my website (bootstrap, php).
I used to have:
function companyfun( $meta_boxes ) {
$prefix = ‘comp-‘;But now the MB Builder (and the new? online generator) say:
function your_prefix_register_meta_boxes( $meta_boxes ) {
$prefix = ‘comp-‘;I know I’m probably overlooking something simple, but what does ‘your_prefix_register_meta_boxes’ entail?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.