Filter Hooks for Cloud Templates

Posted in: Newspaper
Post count: 19

Are there any filter hooks on the content/post part of the Cloud Template builder?

Post count: 18283

Hello !

If you are refering to this hook: https://developer.wordpress.org/reference/functions/add_filter/ then it is used multiple times inside the cloud library plugin. https://www.screencast.com/t/YQfFd0HuT

Thank you!

Post count: 19

Which one is used by the page builder to manipulate the content in it?

Post count: 35449

Hello @altpress,

The most of the filters from tagDiv Cloud Library are set in wp-content/plugins/td-cloud-library/includes/tdb_functions.php
If this is not what you mean, please provide some more details about the filters/hooks that you want to edit/find.

Thank you!

Post count: 19

There is not a single hook defined in that file. I can neither find “do_action” or “apply_filters”.

I can see that you filter a few things on that page, but that does not give us a way in.

From what I am seeing, Newspaper templates completely replace the pages’ template and the content defined in that template does not run “the_content”. I would need to know if there are filters that could be used to manipulate individual text parts in the template.

Post count: 35449

Hi,

Using the tagDiv Cloud Library the post content is apply using the custom post type, therefore the WordPress “the_content” is replace by this custom post type.

Than you for your understanding!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.