Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ThemeFuse/Unyson-PageBuilder-Exte…
Browse files Browse the repository at this point in the history
…nsion
  • Loading branch information
moldcraft committed Mar 28, 2016
2 parents 15a26a1 + 9b33254 commit 1588060
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions class-fw-extension-page-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@ private function get_post_content_shortcodes(WP_Post $post) {
&&
$builder_data['builder_active']
) {
$builder_data = apply_filters(
'fw:ext:page-builder:builder-data:before-shortcode-generate',
$builder_data
);

/**
* We can't store in a post meta the shortcode notation [shortcode attr=""hello..."]
* because it's much bigger than the json value.
Expand Down

0 comments on commit 1588060

Please sign in to comment.