Changeset 1813025
- Timestamp:
- 01/31/2018 07:19:54 PM (8 years ago)
- File:
-
- 1 edited
-
wp-bitly/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-bitly/trunk/README.txt
r1813015 r1813025 51 51 = How do I include a shortlink using PHP? = 52 52 53 `<?php wpbitly_shortlink(); // returns the shortlink for the current post ?>` 53 `wpbitly_shortlink(); // returns the shortlink for the current post` 54 `wpbitly_shortlink(42); // returns a shortlink for the page or post with ID 42` 54 55 55 56
Note: See TracChangeset
for help on using the changeset viewer.