Digital experiences for all disciplines
Forum Replies Created
Viewing 8 posts - 1 through 8 (of 8 total)
-
Posted in: We hit Power Elite.
-
It exists in CPT “news”.
And it was working before.I deactivated popup maker plugin.
The problem is not resolved.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.The filter name was changed.
This is the correct code:function add_builder_to_cpt($pt_array) { array_push($pt_array, 'my-cpt-name'); return $pt_array; } add_filter( 'spb_pt_array', 'add_builder_to_cpt');
According to this: http://www.swiftideas.com/forums/topic/swift-page-builder-for-custom-post-type/
I added the following code in child-theme:function add_builder_to_cpt($pt_array) { array_push($pt_array, 'my-cpt-name'); return $pt_array; } add_filter( 'spb_post_types', 'add_builder_to_cpt');
However it doesn’t work.
Could you please help?
-
Posted in: We hit Power Elite.
Viewing 8 posts - 1 through 8 (of 8 total)