BPS_Directory shortcode explanation
-
Hello, I’m trying to understand more of what’s going on under the hood with the bps_directory (faux) shortcode but having trouble finding how it populates the page. I found the function it run does nothing.
add_shortcode ('bps_directory', function() {return '';});The only other place I saw it being used is in the bps_directories() function, but that looks to only list pages that have the shortcode.
Can someone give me a little more insight on where the bps_directory functions/code is?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘BPS_Directory shortcode explanation’ is closed to new replies.