add blocks shortcodes

This commit is contained in:
nalivaikoyura
2019-01-16 19:16:20 +02:00
parent b1c290b10e
commit 3c50165406
5 changed files with 86 additions and 5 deletions
+3 -1
View File
@@ -73,6 +73,7 @@ if ( ! class_exists( 'um\core\Common' ) ) {
'show_ui' => true,
'show_in_menu' => false,
'public' => false,
'show_in_rest' => true,
'supports' => array('title')
) );
@@ -102,6 +103,7 @@ if ( ! class_exists( 'um\core\Common' ) ) {
'show_ui' => true,
'show_in_menu' => false,
'public' => false,
'show_in_rest' => true,
'supports' => array('title')
) );
@@ -110,4 +112,4 @@ if ( ! class_exists( 'um\core\Common' ) ) {
}
}
}
}