Lines:
1 to 60 of 60
<?php /* Copyright 2012-2017,2020 Bobbing Wide (email : herb@bobbingwide.com ) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. You may NOT assume that you can use any other version of the GPL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The license for this software can likely be found here: http://www.gnu.org/licenses/gpl-2.0.html */ oik_require( "includes/bw_posts.php" ); oik_require( "includes/bw_images.inc" ); /* function bw_thumbnail_full() – Find the correct file name for this image */ /* function bw_link_attachment() – Create a direct link to the attached file rather than a permalink to the attachment */ /* function bw_format_attachment() – Format the "attachment" – basic first version */ /* function bw_attachments() – List attachments */ /* function bw_pdf() – [bw_pdf] shortcode – display attached PDF files */ /* function bw_images() – Display the images attached to a post or page */ /* function bw_match_byguid_name() – Return TRUE if the file names of the files are the same and the first is of type $extension */ /* function bw_find_post() – Find a post in an array of post using the specified $matchfunc This routine will not find the $given post */ /* function bw_format_matched_link() – Format the matched post link */ /* function bw_paired_attachments() – Process pairs of attachments */ /* function bw_portfolio() – Display image links to PDF files For each .PDF file that is linked to an image pair them up and display with the image and the PDF file name as the selector and the PDF file name as the link. */ /* function _sc_captions() – Syntax helper for captions= parameter */ /* function bw_attachments__syntax() – */ /* function bw_pdf__syntax() – */ /* function bw_portfolio__syntax() – */ /* function bw_images__syntax() – */View on GitHub View on Trac