PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.2.7
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.2.7
2.7.7 2.7.6 2.7.5 2.7.4 trunk 1.3 2.0.4 2.0.6 2.1.91 2.2.4 2.2.7 2.2.9 2.3.1 2.3.10 2.4.10 2.4.2 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.6.0 2.6.1 2.7.0 All 28 releases
← All changes | admin/pages/about.php +12 -12 2.4.22.2.7 View file →
@@ -19,11 +19,11 @@
19 19 */
20 20 class WINP_AboutPage extends WINP_Page {
21 21
22 22 /**
23 - * @param Wbcr_Factory450_Plugin $plugin
23 + * @param Wbcr_Factory419_Plugin $plugin
24 24 */
25 - public function __construct( Wbcr_Factory450_Plugin $plugin ) {
25 + public function __construct( Wbcr_Factory419_Plugin $plugin ) {
26 26 $this->menu_post_type = WINP_SNIPPETS_POST_TYPE;
27 27
28 28 $this->id = "about";
29 29 $this->menu_title = __( 'About', 'insert-php' );
@@ -38,9 +38,9 @@
38 38
39 39 ?>
40 40 <div class="wrap about-wrap full-width-layout" id="wbcr-inp-about">
41 41 <!-- News Title !-->
42 - <h1>Welcome to Woody Code Snippets <?php echo $this->plugin->getPluginVersion() ?></h1>
42 + <h1>Welcome to Woody ad snippets <?php echo $this->plugin->getPluginVersion() ?></h1>
43 43 <!-- News Subtext !-->
44 44 <div class="about-text">
45 45 Thanks for upgrading! Many new features and improvements are available that you will enjoy.
46 46 </div>
@@ -51,11 +51,11 @@
51 51 </h2>
52 52 <!-- Latest News !-->
53 53 <div id="wbcr-inp-news-tab">
54 54 <div class="headline">
55 - <h3 class="headline-title">PHP snippets (Insert php) Evolution to Woody Code Snippets</h3>
55 + <h3 class="headline-title">PHP snippets (Insert php) Evolution to Woody ad snippets</h3>
56 56 <div class="featured-image">
57 - <img src="https://woodysnippet.com/images/about/change-plugin-name.jpg" alt="">
57 + <img src="https://cm-wp-storage.s3.eu-west-2.amazonaws.com/images/woody/about-page/change-plugin-name.jpg" alt="">
58 58 </div>
59 59 <p class="introduction">If you are a long-term user of the <code>Insert php 1.3.0</code> plugin, you may
60 60 be confused
61 61 about the new plugin’s name and branding. We will try to clear this out for you.</p>
@@ -83,9 +83,9 @@
83 83 <p>We considered all of the above when decided to update the <code>Insert php</code> plugin. Now our
84 84 plugin supports
85 85 not only a PHP code but HTML. JS, CSS code and text as well. Obviously, the name <code>Php snippets
86 86 (Insert php)</code> no longer suited the plugin. </p>
87 - <p>So we’ve created a new name – Woody Code Snippets. We are hoping that the new name didn’t cause you any
87 + <p>So we’ve created a new name – Woody ad snippets. We are hoping that the new name didn’t cause you any
88 88 pain. We won’t change the plugin name anymore, as we’ve scheduled a solid roadmap of the plugin
89 89 development and plan to stick to it!</p>
90 90 </div>
91 91 <div class="feature-section one-col">
@@ -94,9 +94,9 @@
94 94 </div>
95 95 </div>
96 96 <div style="text-align:center;">
97 97 <picture>
98 - <img src="https://woodysnippet.com/images/about/gutenberg.gif" alt="" style="max-width:800px;box-shadow: 0 0 15px rgba(0,0,0,0.3);">
98 + <img src="https://cm-wp-storage.s3.eu-west-2.amazonaws.com/images/woody/about-page/gutenberg.gif" alt="" style="max-width:800px;box-shadow: 0 0 15px rgba(0,0,0,0.3);">
99 99 </picture>
100 100 </div>
101 101 <div class="feature-section one-col">
102 102 <div class="col">
@@ -114,9 +114,9 @@
114 114 </div>
115 115 <div class="<?php echo( version_compare( $wp_version, '5.2', '<' ) ? 'under-the-hood feature-section three-col' : 'is-fullwidth has-3-columns' ) ?>">
116 116 <div class="col" style="text-align: center">
117 117 <picture>
118 - <img src="https://woodysnippet.com/images/about/php-snippet.jpg" alt="" style="width:80%;box-shadow: 0 0 10px rgba(0,0,0,0.3);">
118 + <img src="https://cm-wp-storage.s3.eu-west-2.amazonaws.com/images/woody/about-page/php-snippet.jpg" alt="" style="width:80%;box-shadow: 0 0 10px rgba(0,0,0,0.3);">
119 119 </picture>
120 120 <h3>PHP Snippets</h3>
121 121 <p>This is a simple snippet type. It executes PHP code. Use this type to register functions,
122 122 classes, and global variables. You can create false scenarios and use shortcodes to print them
@@ -123,9 +123,9 @@
123 123 on pages.</p>
124 124 </div>
125 125 <div class="col" style="text-align: center">
126 126 <picture>
127 - <img src="https://woodysnippet.com/images/about/text-snippet.jpg" alt="" style="width:80%;box-shadow: 0 0 10px rgba(0,0,0,0.3);">
127 + <img src="https://cm-wp-storage.s3.eu-west-2.amazonaws.com/images/woody/about-page/text-snippet.jpg" alt="" style="width:80%;box-shadow: 0 0 10px rgba(0,0,0,0.3);">
128 128 </picture>
129 129 <h3>Text Snippets</h3>
130 130 <p>This is the easiest snippet type. Here you can use text and HTML code only. It works as a classic
131 131 editor TinyMCE. Use this type to create text blocks, media content, links, quotes, and inserts.
@@ -132,9 +132,9 @@
132 132 You can locate this snippet type automatically or via shortcodes.</p>
133 133 </div>
134 134 <div class="col" style="text-align: center">
135 135 <picture>
136 - <img src="https://woodysnippet.com/images/about/universal-snippet.jpg" alt="" style="width:80%;box-shadow: 0 0 10px rgba(0,0,0,0.3);">
136 + <img src="https://cm-wp-storage.s3.eu-west-2.amazonaws.com/images/woody/about-page/universal-snippet.jpg" alt="" style="width:80%;box-shadow: 0 0 10px rgba(0,0,0,0.3);">
137 137 </picture>
138 138 <h3>Universal Snippets</h3>
139 139 <p>This is a complex snippet type where you can combine PHP, HTML, JavaScript, and CSS. We’ve
140 140 created this type to insert ad codes, external widgets, complex HTML forms, Google analytics,
@@ -164,9 +164,9 @@
164 164 </div>
165 165 </div>
166 166 <div style="text-align:center;">
167 167 <picture>
168 - <img src="https://woodysnippet.com/images/about/conditions.gif" alt="" style="max-width:800px;box-shadow: 0 0 15px rgba(0,0,0,0.3);">
168 + <img src="https://cm-wp-storage.s3.eu-west-2.amazonaws.com/images/woody/about-page/conditions.gif" alt="" style="max-width:800px;box-shadow: 0 0 15px rgba(0,0,0,0.3);">
169 169 </picture>
170 170 </div>
171 171 <div class="feature-section one-col">
172 172 <div class="col">
@@ -183,9 +183,9 @@
183 183 </div>
184 184 </div>
185 185 <div class="full-width">
186 186 <picture>
187 - <img src="https://woodysnippet.com/images/about/import-export2.png" alt="" style="box-shadow: 0 0 10px rgba(0,0,0,0.3);">
187 + <img src="https://cm-wp-storage.s3.eu-west-2.amazonaws.com/images/woody/about-page/import-export2.png" alt="" style="box-shadow: 0 0 10px rgba(0,0,0,0.3);">
188 188 </picture>
189 189 </div>
190 190 <div class="feature-section one-col">
191 191 <div class="col">