You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v6/extension-dev-tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Description: Access powerful dev tools for WordPress.
7
7
8
8
## Getting Started
9
9
10
-
The `TypeRocketPro\Extensions\DevTools` extension adds an admin page to WordPress named "Dev". From the "Dev" page you can:
10
+
The `TypeRocket\Pro\Extensions\DevTools` extension adds an admin page to WordPress named "Dev". From the "Dev" page you can:
11
11
12
12
1. Search and view the available TypeRocket icons that can be used for post types and pages.
13
13
2. See all the registered image sizes added by WordPress of through [add_image_size()](https://developer.wordpress.org/reference/functions/add_image_size/).
Copy file name to clipboardExpand all lines: v6/extension-page-builder-plus.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You can [download the list of official page builder component thumbnail icons](h
19
19
20
20
### Installation
21
21
22
-
1. Update your App Config file adding to the extensions list: `\TypeRocketPro\Extensions\PageBuilderPlus\PageBuilderPlus`
22
+
1. Update your App Config file adding to the extensions list: `\TypeRocket\Pro\Extensions\PageBuilderPlus\PageBuilderPlus`
23
23
2. Run the Pro package galaxy publish script: `php galaxy extension:publish typerocket/professional page-builder-plus --mode=publish`
24
24
25
25
And you're almost done installing.
@@ -28,10 +28,10 @@ The above steps implements the required `Page` model trait and runs the needed m
28
28
29
29
### Block Component
30
30
31
-
The Page Builder Plus package comes with an additional builder Block component. Modify your component's config file and add the following to the list of components `'block' => TypeRocketPro\Extensions\PageBuilderPlus\Components\Block::class`. Next, add the `block` option to the builder component settings list just below the registry.
31
+
The Page Builder Plus package comes with an additional builder Block component. Modify your component's config file and add the following to the list of components `'block' => TypeRocket\Pro\Extensions\PageBuilderPlus\Components\Block::class`. Next, add the `block` option to the builder component settings list just below the registry.
32
32
33
33
### Builder Revisions Usage
34
34
35
35
The Page Builder Plus package comes with builder revisions. With it, you can see the history of your component changes. There is additional steps involved to get the revisions included.
36
36
37
-
1. You need to include the BuilderRevisions trait in your applicable `Page` model class. `use TypeRocketPro\Extensions\PageBuilderPlus\Traits\BuilderRevisions;`
37
+
1. You need to include the BuilderRevisions trait in your applicable `Page` model class. `use TypeRocket\Pro\Extensions\PageBuilderPlus\Traits\BuilderRevisions;`
Once you have enabled the `TypeRocketPro\Extension\RapidPages` you can also configure your web server to the cached files for even faster performance. With Nginx, you can use the `map` directive with custom variables to show the cache with `try_files` to guest users only.
27
+
Once you have enabled the `TypeRocket\Pro\Extension\RapidPages` you can also configure your web server to the cached files for even faster performance. With Nginx, you can use the `map` directive with custom variables to show the cache with `try_files` to guest users only.
You can customize the location the file logger saves log files by defining the `wp-config.php` constant `TYPEROCKET_LOG_FILE_FOLDER`. Or, you can define the `typerocket_log_file` filter hook; but keep in mind your hook must be added before `\TypeRocketPro\Utility\Log` is called:
49
+
You can customize the location the file logger saves log files by defining the `wp-config.php` constant `TYPEROCKET_LOG_FILE_FOLDER`. Or, you can define the `typerocket_log_file` filter hook; but keep in mind your hook must be added before `\TypeRocket\Pro\Utility\Log` is called:
0 commit comments