WordPress plugins by Ten&Two Systems
Transform and display XML from local and remote sources using PHP’s XSL extension.
[xslt_transform_xml/]
– Process XML using XSL stylesheets.[xslt_select_xml/]
– Filter XML using XPath select statements.[xslt_select_csv/]
– Convert CSV to XML for display or XSL processing.- WP-CLI – Command-line equivalents.
Transform and cache images from local and remote sources using PHP’s GD or ImageMagick extensions.
- [img_process/]– Call any IMG Processor shortcode, specified in
transform
. - [img_info/]– Get details for an existing image.
- [img_fit/] – Resize an image to fit within the specified
width
and/orheight
. - [img_fill/] – Resize and crop an image to cover the specified
width
andheight
. - [img_resize/] – Stretch an image to fit the specified
width
andheight
. - [img_crop/] – Extract a
width
xheight
portion of an image from thetop
,left
. - [img_trim/] – Remove pixels from the
top
,left
,bottom
andright
edges. - [img_border/] – Add pixels to the
top
,left
,bottom
andright
edges. - [img_flip/] – Flip an image vertically or horizontally along the
x
ory
axis
. - [img_rotate/] – Rotate an image clockwise by
degrees
. - [img_scale/] – Scale an image by a
percent
. - [img_zoom/] – Scale an image by a
percent
, thenfocus
on awidth
xheight
portion. - API Requests – Use the
src
attribute of an<img/>
. - WP Commands – Use the command-line interface.