We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d590bb2 commit 69fbd1fCopy full SHA for 69fbd1f
includes/fields/class-acf-field-flexible-content.php
@@ -5,8 +5,8 @@
5
* @package wordpress/secure-custom-fields
6
*/
7
8
-use ACF\Fields\FlexibleContent\Render;
9
-use ACF\Fields\FlexibleContent\Layout;
+use SCF\Fields\FlexibleContent\Render;
+use SCF\Fields\FlexibleContent\Layout;
10
// phpcs:disable PEAR.NamingConventions.ValidClassName
11
if ( ! class_exists( 'acf_field_flexible_content' ) ) :
12
0 commit comments