Changeset 1774524
- Timestamp:
- 11/24/2017 08:26:22 AM (8 years ago)
- Location:
- wp-shapes/trunk
- Files:
-
- 3 edited
-
admin/class-csh-admin.php (modified) (1 diff)
-
readme.txt (modified) (6 diffs)
-
wp-shapes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-shapes/trunk/admin/class-csh-admin.php
r1774485 r1774524 27 27 public function csh_options_page() { 28 28 add_menu_page( 29 'W ordPress CSSShapes - Settings Page',30 'WP CSSShapes',29 'WP Shapes - Settings Page', 30 'WP Shapes', 31 31 'manage_options', 32 'wp- css-shapes',32 'wp-shapes', 33 33 array( $this, 'settings_page' ), 34 34 'dashicons-heart' -
wp-shapes/trunk/readme.txt
r1774485 r1774524 3 3 Tested up to: 4.9 4 4 Requires PHP: 5.6 5 Contributors: holithemes , bhvreddy5 Contributors: holithemes 6 6 Stable tag: trunk 7 7 Tags: wp shapes, css shapes, wp css shapes, image shapes, content shape, text shape, shape-outside, svg, enable svg, holithemes … … 18 18 for more information and to get an idea please check the demo. 19 19 20 [Documentation, Demo, Examples](https://holithemes.com/wp-css-shapes/) 20 [Documentation, Demo, Examples](https://holithemes.com/wp-shapes/) 21 22 Happy to say that, This is the first WordPress plugin released in public, based on CSS Shapes 21 23 22 24 = note = … … 34 36 35 37 == Documentation == 36 Its easy to get started with WP- CSS-Shapes plugin38 Its easy to get started with WP-Shapes plugin 37 39 38 40 = step-1 : upload image and get image id = … … 56 58 at there we can notice post=<id-number> 57 59 58 [more info](https://holithemes.com/wp- css-shapes/how-to-find-image-id-wordpress/)60 [more info](https://holithemes.com/wp-shapes/how-to-find-image-id-wordpress/) 59 61 60 62 … … 67 69 id=40, 40 is the image id. 68 70 69 [more info](https://holithemes.com/wp- css-shapes/shortcodes/)71 [more info](https://holithemes.com/wp-shapes/shortcodes/) 70 72 71 73 … … 78 80 and save changes 79 81 80 [more info](https://holithemes.com/wp- css-shapes/enable-svg-images-upload/)82 [more info](https://holithemes.com/wp-shapes/enable-svg-images-upload/) 81 83 82 84 -
wp-shapes/trunk/wp-shapes.php
r1774485 r1774524 2 2 /* 3 3 Plugin Name: WP Shapes 4 Plugin URI: https://holithemes.com/wp- css-shapes/4 Plugin URI: https://holithemes.com/wp-shapes/ 5 5 Description: Wrap inline content around image 6 6 Version: 1.0.0
Note: See TracChangeset
for help on using the changeset viewer.